home *** CD-ROM | disk | FTP | other *** search
- Path: rcp6.elan.af.mil!rscernix!danpop
- From: danpop@mail.cern.ch (Dan Pop)
- Newsgroups: comp.lang.c
- Subject: Re: variable-lenght argument list
- Date: 15 Mar 96 23:08:18 GMT
- Organization: CERN European Lab for Particle Physics
- Message-ID: <danpop.826931298@rscernix>
- References: <4icl0o$b3j@saturn.exodus.net>
- NNTP-Posting-Host: ues5.cern.ch
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- In <4icl0o$b3j@saturn.exodus.net> Austin Ju <jun@pixera.com> writes:
-
- >Is there any way we may call a function with varable-length
- >argument list within another function also with varable-
- >length argument list, so that the argument list inside is
- >just the same as the outside's:
- >
- >e.g.
- > void func1(int a, ...);
- >
- > void func2(int b, ...) {
- >
- > .............
- > func1(b, ...); // the same argument list as from func2
- > }
-
- No.
-
- Dan
- --
- Dan Pop
- CERN, CN Division
- Email: danpop@mail.cern.ch
- Mail: CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
-